Skip to main content

🗃 Parse JSON

The Parse JSON action allows you to extract user-friendly tokens from properties within JSON content, making it easier to access and use JSON data in your Pageflows.


Configuration​

  • Source Array: Select the array or column containing the JSON data to parse.
  • Source Object: Choose the specific JSON object or property to extract tokens from.

Features​

  • Converts JSON properties into accessible tokens.
  • Simplifies working with nested or complex JSON structures.
  • Enables easier data extraction and manipulation.
  • Integrates JSON parsing seamlessly into Pageflows.

Use Cases​

  • Extract key values from JSON responses in API Pageflows.
  • Transform JSON arrays or objects into Pageflows variables.
  • Simplify data access for further processing or decision-making.
  • Handle dynamic JSON structures with ease.

Notes​

  • Ensure the Source Array contains valid JSON data.
  • Select the correct JSON object or property to parse.
  • Use the parsed tokens in subsequent actions for efficient Pageflows design.

Tip: Combine Parse JSON with Select or Filter array actions to manipulate JSON data effectively.